Use bool for boolean.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2013 22:36:49 +0000 (14:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2013 22:36:49 +0000 (14:36 -0800)
commit1354d45f2badc2cc198ae85770f22782bdfd1f58
tree5c61cb85ccf01f9a8a7998b6642011519555897d
parentff7c366bf2ba1e5e96331011a5a17f3f17c13f5b
Use bool for boolean.

* tparam.c (tparam1):
* undo.c (record_point, record_property_change):
Use bool for boolean, for local vars that are always true or false.
src/ChangeLog
src/tparam.c
src/undo.c